home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / star_catcher.swf / scripts / DefineSprite_153 / frame_11 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  204 b   |  14 lines

  1. if(_root.gElapsedTime >= _root.TOTAL_TIME)
  2. {
  3.    _root.fnOutOfTime();
  4.    stop();
  5. }
  6. else if(_root.gGamePaused == true)
  7. {
  8.    stop();
  9. }
  10. else if(_root.gGamePaused == false)
  11. {
  12.    gotoAndPlay(3);
  13. }
  14.